projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34627b7
)
(lisp-mode): Make
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 15 May 2001 11:52:10 +0000
(11:52 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 15 May 2001 11:52:10 +0000
(11:52 +0000)
font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index 3cf349b3b2b4a454f63f03d7204b80ea7de9c93c..111efc259320936db29be5f3b85572dcf9823b59 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-271,6
+271,7
@@
or to switch back to an existing one.
Entry to this mode calls the value of `lisp-mode-hook'
if that value is non-nil."
(lisp-mode-variables t)
+ (make-local-variable 'font-lock-keywords-case-fold-search)
(setq font-lock-keywords-case-fold-search t)
(setq imenu-case-fold-search t))